![]() |
GetThemeTrackThumbRgn |
||||
Header: | Appearance.h | Carbon status: | Supported | |
Obtains the region containing a track’s indicator.
OSStatus GetThemeTrackThumbRgn ( const ThemeTrackDrawInfo *drawInfo, thumbRgn );
A pointer to a structure of type ThemeTrackDrawInfo. Before calling GetThemeTrackThumbRgn, set the structure to contain the current visual characteristics of the track.
A value of type RgnHandle. On return, the region contains the actual dimensions and position of the indicator, in local coordinates.
A result code.
Your application can use the GetThemeTrackThumbRgn function to obtain the indicator region for tracks that have indicators, such as sliders and scroll bars.
This function is available with Appearance Manager 1.1 and later.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)